Drawing Library
Type
library
Description
This script library implements an SVG compiler for turning SVG files into 'drawing metafiles'. A simple and efficient binary format for representing complex vector graphics, supported directly by the LiveCode image object.
Compatibility and Support
Platforms
desktop
mobile
Children Properties
Function
Name | Summary | Syntax |
---|---|---|
drawingSvgCompile | Compile an SVG XML file to a drawing metafile. | drawingSvgCompile(<pXmlText>) |
drawingSvgCompileFile | Compile an SVG XML file to a drawing metafile. | drawingSvgCompileFile(<pXmlFile>) |